home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / gfx / misc / SVProPics.readme < prev    next >
Text File  |  1998-10-31  |  13KB  |  282 lines

  1. Short:        Script to handle many pics with SViewII
  2. Author:       UFalke@t-online.de (Ulrich Falke)
  3. Uploader:     UFalke@t-online.de (Ulrich Falke)
  4. Version:      2.20
  5. Type:         gfx/misc
  6. Distribution: Aminet, Fred Fish, meeting pearls
  7. Requires:     SViewII V 8.xx (registered)
  8.  
  9.               RexxReqTools.library V 1.3
  10.               ReqTools.library V 2.9
  11.               RexxMast MUST be running
  12. Replaces:     gfx/misc/SVProPics.lha
  13. Kurz:         Script zum bearbeiten von vielen Bildern mit SViewII
  14.  
  15.               Released as EMailware
  16.  
  17. SVII-ProcessPics.rexx V 2.20 03.10.98 © by Ulrich Falke
  18. =======================================================
  19.  
  20. Deutsch weiter unten
  21. ^^^^^^^
  22.  
  23. English (sorry not my native language)
  24. -------
  25. ARexx-Script that processes given pictures of a directory.
  26. You can convert to different grafikformats, scale, rotate and more.
  27. One setting for different pictures.
  28.  
  29. I use for this SViewII V 8.xx © by Andreas Ralph Kleinert
  30. (registered, unregistered SView has'nt an ARexx-Port !)
  31. RexxReqTools.library V 1.3 © by Rafael D'Halleweyn and of course
  32. ReqTools.library V 2.9 © by Nico François and Magnus Holmgren.
  33.  
  34. COPYRIGHT
  35.  
  36. This package can be freely distributed as long as:
  37.  
  38.  1. It is not sold; only a reasonable charge for copying and storage
  39.     medium is allowed. (For one Disc max. DM 5.- or US$ 3.-)
  40.  
  41.  2. All files included in this archive are included in their original form
  42.     without modification of any kind.
  43.  
  44.  Permission is hereby granted to include `SVII-ProcessPics' in
  45.  the PD compilations Fred Fish, MeetingPearls and Aminet.
  46.  
  47.  Other distribution without written permission of the author is
  48.  strictly forbidden (contact me via e-mail for permission).
  49.  
  50.  Use `SVII-ProcessPics' at your own risk.
  51.  
  52.  The Author, Ulrich Falke, takes no responsibility at all, for whatever
  53.  may happen you or your software/hardware caused by any of the files
  54.  containing in this package.
  55.  
  56.  If you like this program and use it frequently the author wants you
  57.  to send him an E-MAIL.
  58.  If you find any mistakes or bugs please feal free, to contact the author
  59.  via E-Mail. Please make a good description how and where the error appear.
  60.  
  61.  -- Thank you ! --
  62.  
  63. About:  Some time ago I need a fast picture converter for many
  64.         IFF's -> PNG's.
  65.         I have many scripts that will do that for other formats using
  66.         ADPro, but ADPro hasn't PNG support. So I try my new artEffect
  67.         V2.6, but it needs more the one minute for one pic. I have a
  68.         CyberStormPPC and I think: "that must go faster". I'm also a
  69.         registert user of SuperView and it's sv.lib's have PPC support.
  70.         The same convert needs here a few seconds. That's reel fast !
  71.         In the SView ARexx dir I found the script 'ConvertAnyFile.rx'.
  72.         I changed it for saving PNG, but SView uses ASL-filerequester
  73.         without multiselect, so I change and change it. Now is the script,
  74.         in my opinion, usefull.
  75.  
  76. Hightlights: multi- and patternselect with rexxreqtools.library-
  77.              filerquester, requesterselection for all settings.
  78.  
  79.              convert from and to any format that SView know,
  80.              I coded it for png, jpg, iff comp., ilbm uncomp.,
  81.              rgfx XPK, tif and bmp, but the script is commented,
  82.              so it is easy to make changes in the script, for
  83.              rare used formats or other operators.
  84.  
  85.              operate on the pics like to24bit, to8bit, emboss,
  86.              rotate, left2right, top2botom ... if you miss anything
  87.              change it.
  88.  
  89.              automatic renaming with short-cut for operation
  90.              and new fileending for filetype.
  91.  
  92.              protection for overwriting existing files, except
  93.              you want.
  94.  
  95.              build in german and english locale.
  96.  
  97.              Tell you, after every processed picture, the approximate
  98.              time, the script will be finished. (Only exact, if the
  99.              pictures have all about the same size.)
  100.  
  101. Installation: Copy 'SVII-ProcessPics.rexx' and 'SV-SlideShow.rexx'
  102.               to SYS:Rexx/ or (Path:)SViewII/ARexx-Scripts/ or any
  103.               location where your scripts are.
  104.               Copy the readme-file where you want.
  105.               Edit inside the script your path to SViewII and SV-Prefs.
  106.  
  107. Starting: From Workbench: Doubelklick the icon SVII-ProcessPics.rexx.
  108.           From CLI: Type "rx (Path:dir/)SVII-ProcessPics.rexx" and
  109.                     start it with the Return-key.
  110.  
  111. Bonus: I include the 'SV-SlideShow.rexx', a small Script, also with
  112.        rexxreqtools filrequester to select files.
  113.        You can choose the screendriver for your needs. Installation
  114.        and starting is the same as for 'SVII-ProcessPics.rexx'.
  115.  
  116. If you want to know more read the history and look in the ARexx-
  117. scripts. Try it out and feel free to send me your comments via e-mail.
  118.  
  119. Future-plans: Doc's as AmigaGuide.
  120.               Gui with TritonRexx.
  121.  
  122. Many thank's for his well programmed SViewII and SuperView.librarys
  123.              to Andreas Ralph Kleinert
  124.              for the very usefull ReqTools.library
  125.              to Nico François and Magnus Holmgren.
  126.              for the ARexx-Support of RexxReqTools.library
  127.              to Rafael D'Halleweyn.
  128.  
  129. so long Ulli
  130.  
  131. ------------------------------------------------------------------
  132. Trade marks:
  133.  
  134. ADPro is a produkt of ASDG incorporated.
  135. artEffect is a produkt of HAAGE&PARTNER Computer GmbH.
  136. CyberStormPPC is a produkt of phase5 DIGITAL PRODUCTS.
  137.  
  138. ------------------------------------------------------------------
  139. Deutsch
  140. -------
  141. ARexx-Script mit dem ausgewählte Bilder eines Verzeichnisses
  142. bearbeitet werden können. Sie können zu einem anderen Grafikformat
  143. umwandeln, skalieren, rotieren und mehr. Anzeige der gerade
  144. bearbeiteten Bilder. Mit einer Vorgabe für verschiedene Dateitypen.
  145.  
  146. Ich benutze hierfür SViewII V 8.xx © by Andreas Ralph Kleinert
  147. (registriert, unregistriertes SView hat keinen ARexx-Port !)
  148. RexxReqTools.library V 1.3 © by Rafael D'Halleweyn und damit auch
  149. ReqTools.library V 2.9 © by Nico François und Magnus Holmgren.
  150.  
  151. COPYRIGHT
  152.  
  153. Dieses Programm kann frei verbreitet werden so lange wie:
  154.  
  155.  1. Es wird nicht verkauft; nur ein angemessener Betrag für's kopieren
  156.     und für den Datenträger ist gestattet. (Für eine Diskette max. DM 5.-)
  157.  
  158.  2. Alle Dateien die dieses Archiv enthält sind unverändert in ihrem original
  159.     Format enthalten.
  160.  
  161.  Ich erteile die Erlaubnis `SVII-ProcessPics' in den PD-Sammlungen
  162.  Fred Fish, MeetingPearls und Aminet aufzunehmen.
  163.  
  164.  Eine andere Weiterverbreitung ohne eine schriftliche Erlaubnis des Autors
  165.  ist untersagt (senden Sie mir eine E-Mail um die Erlaubnis einzuholen).
  166.  
  167.  Die Benutzung von `SVII-ProcessPics' geht auf Ihr eigenes Risiko.
  168.  
  169.  Der Autor, Ulrich Falke, übernimmt keinerlei Haftung, was auch immer mit
  170.  Ihrer Software oder Hardware passiert, während Sie eine der Dateien aus
  171.  diesem Programm benutzen.
  172.  
  173.  Wenn Sie dieses Programm mögen und es öfter benutzen, möchte der Autor
  174.  von Ihnen eine E-Mail zugesand bekommen.
  175.  
  176.  Wenn Sie Fehler finden oder Programmabstürtze verzeichnen, bitte ich Sie,
  177.  mit mir, per E-Mail, Kontakt aufzunehmen. Versuchen Sie aber bitte, eine
  178.  genaue Beschreibung darüber zu geben, was für ein Fehler und wann er auf-
  179.  tritt.
  180.  
  181.  -- Danke ! --
  182.  
  183. Über:   Vor einiger Zeit benötigte ich einen schnellen Bild-Format Umwandler
  184.         für viele IFF's -> PNG's. Für ADPro besitze ich eine menge Scripts, die
  185.         dies für andere Bildformate erledigen, aber ADPro unterstützt PNG nicht.
  186.         Ich versuchte es mit mit meinem neuen artEffect V2.6, aber es benötigte
  187.         mehr als eine Minute für ein Bild. Ich besitze eine CyberStormPPC und
  188.         dachte mir: "Das müsste schneller gehen". Außerdem bin ich registrierter
  189.         Benutzer von SuperView und seine sv.lib's unterstützen den PPC. Das gleiche
  190.         Bild benötigte nur ein paar Sekunden. Das ist richtig schnell ! Im ARexx-
  191.         Verzeichnis von SView fand ich das Script 'ConvertAnyFile.rx'. Ich änderte
  192.         es, damit es im PNG-Format speichert, aber SView benutzt den ASL-File-
  193.         requester ohne Mehrfachauswahl, so änderte und änderte ich das Script.
  194.         Nun ist das Script, meiner Meinung nach, brauchbar.
  195.